projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2dd16
)
defs.h: Björn makes files more const-correct.
author
oliskoli
<oliskoli>
Mon, 25 Aug 2008 07:31:14 +0000
(07:31 +0000)
committer
oliskoli
<oliskoli>
Mon, 25 Aug 2008 07:31:14 +0000
(07:31 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 891d4cd9e982f6bdadf298a251da79ca908bf709..c4b28c2e6ed67ca144435aff28bb9cc42ba7c048 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-659,7
+659,7
@@
typedef struct arglist {
const char *argstring;
char **argval;
const char *helpstring;
- char *defaultvalue;
+ c
onst c
har *defaultvalue;
const gbuint32 argtype;
const char *minvalue; /* minimum value for numeric options */
const char *maxvalue; /* maximum value for numeric options */